CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - huffman vc

搜索资源列表

  1. HuffmanDIB

    0下载:
  2. VC++图象处理源代码,演示程序提供了哈夫曼编码法的压缩和解压缩函数,并实现了对图象 文件的压缩和解压缩-VC image processing source code, a demo program Huffman coding method of compression and decompression functions, and to achieve the right image file compression
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:31122
    • 提供者:authority007
  1. hanfuma

    0下载:
  2. 一个基于VC的哈夫曼源代码,对VC初学者有用-a VC-based Huffman source code, useful for beginners VC
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1452
    • 提供者:hulin
  1. hafumanbianma

    0下载:
  2. 这是哈夫曼编码译码的vc程序,在vc++6.0下编译通过,并运行正确 -This is Huffman coding decoding vc procedures, the vc 6.0 compile and run correctly
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10647
    • 提供者:
  1. Huffman_vc

    0下载:
  2. 用VC实现的HUFFMAN编码,可以实现图像压缩等功能!-with VC's HUFFMAN coding, image compression can be achieved functions!
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:10537
    • 提供者:gw
  1. AdaptiveHuffman

    1下载:
  2. 自适应huffman编码,即在编/解码过程中根据已编/解码数据来计算各个码字的概率,并动态调整huffman树。包括编码器和解码器。 在vc++.net 2003下开发-adaptive Huffman coding, that is the encoding / decoding process based encoding / decoding data to calculate various code word probability, Dynamic adjustment and
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:13157
    • 提供者:沈宏伟
  1. hamfuman

    0下载:
  2. 哈夫曼编译器 数据结构作业,已经生成编辑器,可以使用,环境是在vc++下生成的-Huffman compiler data structure operations, has generated editor, can be used, the environment is the next generation of vc
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9307
    • 提供者:李学
  1. Huffman122

    0下载:
  2. 这是一个在VC++上开发的赫夫曼编码,可以运行!-in VC + + development on the Huffman coding, can run!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1299
    • 提供者:梦瑶
  1. HUFFMAN060510

    0下载:
  2. 这是一个在VC++上开发的赫夫曼编码,可以运行!-in VC + + development on the Huffman coding, can run!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1658
    • 提供者:梦瑶
  1. huffmanfordepreesingcoding

    0下载:
  2. 哈夫曼(Huffman)编码压缩和解压缩程序 huffman.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 huffman E <in-file> <out-file> 解压缩 huffman D <in-file> <out-file> 压缩时,读入<in-file>中内容,建立Huffman编码,将结果存入<out
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1739
    • 提供者:冯灿科
  1. 15458462587421556

    0下载:
  2. Huffman编解码器的模拟实现 应用Huffman算法实现模拟编解码器,程序实现对输入的一篇英文文章(以 .txt文件读入),输出Huffman 码流(以 .txt文件输出),最好能实现译码过程。程序语言可以选用C、 VC或C++。-Huffman CODECs the simulation application Huffman algorithm simulation codecs, Programming on the importation of an article in Eng
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:187201
    • 提供者:吉尔
  1. huffencode

    0下载:
  2. 哈夫曼编码程序,VC下编译通过。实际验证了算法的正确性。-Huffman coding procedures, VC compile. Actual verification of the correctness of the algorithm.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:9239
    • 提供者:周瑞
  1. ecstphfm

    0下载:
  2. 这是数据结构基础算发知识的VC实现 如二叉树遍历、拓扑排序、哈夫曼树等-This data structure is based on the operator's knowledge of VC as binary tree traversal, topological sorting, Huffman tree;
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2938
    • 提供者:陈朝熙
  1. huffman

    0下载:
  2.  VC++基于哈弗曼算法的一个压缩和解压的VC例子,可视界面操作,可方便运用到程序里面。--VC++ based on the Huffman algorithm VC example of a compression and decompression, visual interface operation, can be easily applied to the program inside.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-08
    • 文件大小:22281
    • 提供者:李劲青
  1. huffman

    0下载:
  2. 本程序在DEVC++下实现huffman编码和解码,二者是分开的,压缩比达到1.7。程序也可以在VC++下运行。-The program DEVC++ achieve huffman encoding and decoding, the two are separate, the compression ratio of 1.7. Program can also be run under the VC++.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-24
    • 文件大小:9287
    • 提供者:万雨榕
  1. huffman

    1下载:
  2. 哈夫曼树实现文件的压缩和解压缩课程设计,开发环境:VC。内含有源文件、源代码和实验报告-Huffman tree for file compression and decompression of curriculum design, development environment: VC. Contains active files, source code and test reports
  3. 所属分类:software engineering

  1. Huffman霍夫曼编码源代码(VC)

    0下载:
  2. Huffman霍夫曼编码源代码(VC).zip-Hoffman source code (VC). Zip
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2280
    • 提供者:rcenty
  1. VCPP-huffman

    1下载:
  2. VC++ 霍夫曼树算法压缩与解压txt文本文件-vc++ huffmancode
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:10959
    • 提供者:李雷
  1. huffman

    0下载:
  2. VC++实现huffman的编码,简单易懂-VC++ implementation of Huffman code, easy to understand
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1046
    • 提供者:学吧
  1. Haffman

    0下载:
  2. 合理设计窗口界面,待编码的文字通过窗口的编辑界面(类似记事本的编辑界面)录入,在界面上显示各个字符出现的频率及哈夫曼编码,对原文编码并在界面上显示出来;对译码文字还原,显示在界面上与原文对照。功能菜单或按钮自行设计,以合理为目的。(Reasonable design of window interface, for encoding text through the window editing interface (Notepad edit interface) input, display
  3. 所属分类:多媒体编程

    • 发布日期:2017-12-21
    • 文件大小:2011136
    • 提供者:小慧hui
  1. Vc6_Image

    2下载:
  2. VC++图像处理及源码包(大全)包括下列内容:1.数字图像获取,处理及实践应用电子书 2.数字图像获取,处理及实践应用电子书分章节源码 3.书中提及的各种算法的综合源码。压缩包里面包括的算法代码有:分章节源码内容:内容:对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强;逆滤波复原、维纳滤波方法;傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法;霍夫曼(Huffman)编码、算术
  3. 所属分类:图形图像处理

    • 发布日期:2019-10-04
    • 文件大小:15010816
    • 提供者:jhanker
« 1 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com